home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "Module1"
- Option Explicit
-
- '*************************************************
- 'API Constants.
- '*************************************************
- Public Const BITSPIXEL = 12
- Public Const HORZRES = 8
- Public Const VERTRES = 10
- Public Const PLANES = 14
- Global hdesktopwnd
- Global hdccaps
- '*************************************************
-
- '*************************************************
-
-